projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0085b9b
)
Fix typo in ido-use-virtual-buffers.
author
Xue Fuqiao
<xfq.free@gmail.com>
Tue, 29 Oct 2013 07:37:40 +0000
(15:37 +0800)
committer
Xue Fuqiao
<xfq.free@gmail.com>
Tue, 29 Oct 2013 07:37:40 +0000
(15:37 +0800)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 9a17c0ca61fc9abb7d8693b1a5eb2dfbab9b7a94..42b36077bf88c66da09d467b3b0f0c9d784a10e5 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-797,7
+797,7
@@
remaining completion. If absent, elements 5 and 6 are used instead."
The value can be one of the following:
nil: No virtual buffers are used.
- auto: Use virtual buffer
w
when the current input matches no
+ auto: Use virtual buffer
s
when the current input matches no
existing buffers.
t: Always use virtual buffers.